AudioGuidanceState

data class AudioGuidanceState

Defines the state for audio guidance button.

Functions

component1
Link copied to clipboard
operator fun component1(): Boolean
copy
Link copied to clipboard
fun copy(isMuted: Boolean = false): AudioGuidanceState
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

isMuted
Link copied to clipboard
val isMuted: Boolean = false
is true if the volume is muted; false otherwise